Student.cName

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string cName [@property getter]
  2. immutable(char)[] cName [@property setter]
    class Student
    @property
    @CheckConstraint!("a.length < 13")
    void
    cName
    (
    immutable(char)[] value
    )

Meta